MongoGridFSCursor
PHP Manual

MongoGridFSCursor::getNext

(PECL mongo >=0.9.0)

MongoGridFSCursor::getNextReturn the next file to which this cursor points, and advance the cursor

Descripción

public MongoGridFSFile MongoGridFSCursor::getNext ( void )

Lista de parámetros

This function has no parameters.

Valores retornados

Returns the next file.


MongoGridFSCursor
PHP Manual